Previous topicNext topic
Help > Keyword Reference >
IPowerArray.VALUEGET method

METHOD VALUEGET (ByRef GetVar, ByVal Index1&, Opt ByVal Index2&, _

                Opt ByVal Index3&, Opt ByVal Index4&) AS LONG <25>

Calculates and retrieves the value of the array element specified by the Index parameter(s). This value is then assigned to the GetVar variable. It is the programmer's responsibility to ensure that the type of GetVar matches the type of the array precisely.